/* 代表メッセージ */
.subpage-about-message{
  padding: 60px 20px;
}

.subpage-about-message h2{
    position: relative;
  font-size: 24px;
  font-weight: bold;
  z-index: 1;
  display: inline-block;
  margin-bottom: 40px;
  color: #333;
}

.subpage-about-message h2::before{
    content: "Message";
    position: absolute;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
    font-size: 60px;
    color: rgba(111, 185, 44, 0.5);
    z-index: -1;
    white-space: nowrap;  
}

.subpage-about-message h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background-color: #333;
    margin-top: 10px;
  }
  
.subpage-about-message-box {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    letter-spacing: 0.05em;
  line-height: 1.8;
  color: #444;
  }
  
  .subpage-about-message-box > div:first-child {
    flex: 2;
    min-width: 300px;
  }
  
  .subpage-about-message-box > div:last-child {
    min-width: 250px;
  }
  
  .subpage-about-message-box img {
    max-width: 250px;
    height: auto;
    display: block;
  }
  
  /* 行動指針 */
  .guidelinesforaction {
    background-color: rgba(111, 185, 44, 0.5);
    padding: 80px 20px;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  }
  
  .guidelinesforaction .l-container {
    max-width: 860px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 50px 40px;
  }
  
  .guidelinesforaction h2 {
    font-size: 2rem;
    color: #2c3e50;
    border-left: 6px solid #6fb92c;;
    padding-left: 14px;
    margin-bottom: 24px;
    font-weight: 700;
  }
  
  .guidelinesforaction h3 {
    font-size: 1.4rem;
    color: #4a3d2f;
    margin-bottom: 16px;
    font-weight: 600;
  }
  
  .guidelinesforaction p {
    font-family: 'Noto Serif JP', serif;
font-weight: 200;
    color: #222;
    font-size: 14px;
    letter-spacing: 0.05rem;
    line-height: 1.9;
    margin-bottom: 20px;
  }
  

  .handwritten {
    font-family: 'Sawarabi Mincho', serif;
    font-size: 1.6rem;
    color: #3b2f2f;
    font-weight: normal;
  }
  